Note
Click here to download the full example code
Interactive visualization¶
The pipeline of physiological recording can often benefiit from interactive data visualization and exploration to guide data analysis. Systole include functions build on the top of Plotly (https://plotly.com/) for interactive data visualization and dashboard integration (https://plotly.com/dash/).
# Author: Nicolas Legrand <nicolas.legrand@cfin.au.dk>
# Licence: GPL v3
import plotly
from systole.detection import rr_artefacts
from systole import import_rr, import_ppg
from systole.plotly import plot_subspaces, plot_frequency, plot_raw,\
plot_timedomain, plot_nonlinear
